home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu172.dms / pu172.adf / instructions next >
Text File  |  1992-03-21  |  23KB  |  624 lines

  1.                                                                    12-Nov-91
  2.  * Word Power *
  3.  
  4.  * V1.1
  5.  * 
  6.  * Written by Steven Rennocks
  7.  *
  8.  * Project started :          22/09/91
  9.  *
  10.  * Original release date :    24/09/91
  11.  *
  12.  * Update release date :      12/11/91
  13.  *
  14.  * Programming language :     Amos + compiler.
  15.  *
  16.  * Memory requirements :      1MB min.
  17.  *
  18.  * Coding and debuging time : 1.5 days. 9 hrs teaching words and still
  19.  *                            teaching.
  20.  *
  21.  * Hardware used :            Amiga 500, 1MB , 2 Drives.
  22.  *
  23.  * Software used :            Amos , Amos compiler , TxEd
  24.  *
  25.  * Credits :                  S.Rennocks (All)
  26.  
  27.  
  28.  *****************************************************************************
  29.  *** This disk is shareware and is freely distributable. 
  30.  *** Please copy it for friends , pd companies etc.
  31.  *****************************************************************************
  32.  
  33.  
  34.  *** Please support all licenseware schemes and shareware authors.
  35.      A lot of hard work goes into producing licenseware and shareware
  36.      programs and a lot of these programs are better than many commercial
  37.      programs of the same type , failure to do so will mean that many software
  38.      authors will quite simply not bother to produce any more software if
  39.      they are not being rewarded for all their hard work, time and trouble.
  40.  
  41.  
  42.  Okay that`s the public announcement over , now for the instructions...
  43.  
  44. ------------------------------------------------------------------------------
  45.  
  46.  
  47.  Enhancements since V1.0
  48. ~~~~~~~~~~~~~~~~~~~~~~~~~
  49.  
  50.     Unfortunately , V1.0 had a few slight bugs. These bugs have hopefully
  51.  been fixed in this update.
  52.  
  53.  Enhancements :-
  54.  
  55.  - Teach sentence changed highlight option to NO (fixed)
  56.  - Teach sentence buttons didn't work properly (fixed)
  57.  - Suggestions for word weren't very close to word you were finding
  58.    suggestions for in V1.0.
  59.    (The suggestion option now generally brings up less suggestion , but those
  60.     it does bring up are much closer to the word you are finding suggestions
  61.     for.)
  62.  - You are now given the chance to select a dictionary if the default one
  63.    cannot be found.
  64.  
  65.  
  66.  
  67.  Introduction
  68. ~~~~~~~~~~~~~~
  69.  
  70.     Before I start the main instructions I would just like to point out that
  71.  if you find any spelling errors in this document then that will be quite
  72.  ironic as Word Power was written to spell check documents , and eliminate
  73.  that problem.
  74.  
  75.  Being a person that is rather hard up for cash (no violins please) I do not
  76.  own a word processor and so produce all letters, documents and instruction
  77.  files (like this one) using an old text editor program called  "Text Ed" ,
  78.  this program isn't bad for small files , but lacks one important feature that
  79.  I and no doubt quite a few other people need : spell checking.
  80.  
  81.     Despite not being too bad at spelling , spelling errors certainly don't
  82.  go down well on things like C.V`s , important business letters etc. , so
  83.  for this reason and a few others I wrote Word Power.
  84.  
  85.     I don't suppose that I am alone in the Amiga world , in not owning a
  86.  word processor with a decent spell checker , but even if you do own such a
  87.  program then Word Power has a few other tricks up it's sleeve that set it
  88.  apart from the competition (read on...)
  89.  
  90.  
  91.  
  92.  What is Word Power ?
  93. ~~~~~~~~~~~~~~~~~~~~~~
  94.  
  95.     Word Power is a spell checker that also uses it`s database of words for
  96.  a few other things other than just spell checking. Word Power V1.1 will :-
  97.  
  98.       i) - Spell check documents 
  99.      ii) - solve crosswords
  100.     iii) - solve anagrams
  101.  
  102.  Not only that but Word Power is also rather fun to use!!
  103.  
  104.  
  105.  
  106.  How does Word Power work ?
  107. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108.  
  109.     When you spell check a document Word Power goes through the following
  110.  steps before giving you a perfectly (if today's date doesn't contain a 1 and
  111.  it isn't a leap year !#?!?##?#!*#?!#?) spelt document :-
  112.     
  113.  
  114.                 1) The complete dictionary is loaded.
  115.                 2) Your document is loaded into memory.
  116.                 3) Some of you document is displayed on screen.
  117.                 4) An unknown word is highlighted (if option selected)
  118.                 5) The dictionary is searched for this word.
  119.                 6) You decide what to do with this word.
  120.                 7) Goes back to (3) until page is done.
  121.                 8) Goes back to (2) at end of page and goes onto next page.
  122.                   
  123.  
  124.  As you can tell from the steps mentioned above , Word Power is rather
  125.  unefficient because it searches the complete dictionary for each word.
  126.  Fortunately , this is not too much of a problem because the complete
  127.  dictionary is in memory for speed and the sheer speed of AMOS + Compiler
  128.  means that spell checking is fantastically quick.
  129.  
  130.  
  131.  
  132.  
  133.  MAIN INSTRUCTIONS
  134. ~~~~~~~~~~~~~~~~~~~
  135.  
  136.     When Word-Power is first loaded it will try and load a dictionary , the
  137.  dictionary depends upon the default dictionary name in the OPTIONS.
  138.  
  139.  If the default dictionary cannot be found then you will be presented with a
  140.  file requester that will ask you to select a dictionary to load. Dictionaries
  141.  should have a ".dict" extension on the main filename so that you can tell
  142.  them from other files on the disk unless of course that is not part of the
  143.  default dictionary name that you have set for your own dictionary.
  144.  
  145.  The top display bar contains the current date & time which are loaded from
  146.  the system clock , so if you own a battery backed clock you should have the
  147.  correct date/time , for everyone else you will have to change the date/time
  148.  before you load Word Power with the DATE command from CLI or Workbench
  149.  preferences or by some other means.
  150.  
  151.  The lower display bar tells you the number of words that are in memory and
  152.  are known by the default dictionary , the filename of the file you are
  153.  spell checking and the length of this file in bytes.
  154.  
  155.  
  156.  Main menu
  157. ~~~~~~~~~~~
  158.  
  159.                             Options              [1]
  160.  
  161.  
  162.                       Spell check document       [2]
  163.  
  164.                         Teach sentence           [3]
  165.  
  166.                       
  167.                         Solve crossword          [4]
  168.    
  169.                          Solve anagram           [5]
  170.  
  171.  
  172.                          Word analysis           [6]
  173.  
  174.  
  175.                         Edit dictionary          [7]
  176.  
  177.                         Save dictionary          [8]
  178.  
  179.  
  180.                              Quit                [9]
  181.  
  182.  
  183.  [1] Options
  184. ~~~~~~~~~~~~~
  185.  
  186.     1) Default dictionary name
  187.     2) Highlight words
  188.     3) Clear ignored words after spell checking.
  189.  
  190.  1) When you click this option you can edit the name of the dictionary that
  191.     will automatically be loaded each time you load Word Power and everytime
  192.     you save the dictionary (i.e  The default dictionary name).
  193.     The default name is "SYS:WP.dict"
  194.     ("SYS:" being the device that you booted up from , probably DF0: , but it
  195.      could be DF1: , DH0: etc.)
  196.  
  197.  2) Hightlight words. This option simply let`s you decide if you want unknown
  198.     words highlighted while you are spell checking a document.
  199.     The default is "Yes"
  200.  
  201.  3) Clear ignored words after spell checking. When you are spell checking a
  202.     document you can ignore a word which will from then on be totally ignored
  203.     if it is found again. This option allows you to choose whether you want
  204.     the words you have ignored from one document to also be ignored on the
  205.     next document.
  206.     The default is "No"
  207.  
  208.  
  209.  [2] Spell check document
  210. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  211.  
  212.     This is the main feature of Word Power and thus is easily the most
  213.  powerful.
  214.  
  215.  Firstly , you must choose a document to spell check. Be careful here because
  216.  I was unable to find a suitable way of distinguishing one type of file from
  217.  another , so unfortunatly this task is left down to you.
  218.  
  219.  The means you can attempt to spell check IFF pictures , sound samples ,
  220.  PowerPacked documents etc. of course you will get a load of garbage on the
  221.  screen and in most cases the whole display will go drastically wrong , and
  222.  appear to have crashed.
  223.  
  224.  No fear , if you have loaded a file that is not an ASCII type document ,
  225.  press "ESCAPE" to cancel spell checking and you will go back to the main menu
  226.  with no damage caused.
  227.  
  228.  If you use Word Power to spell check documents that you write from now on
  229.  then you shouldn't have too many problems with attempting to spell check
  230.  PowerPacked text files. If you do wish to spell check a PowerPacked text file
  231.  then you will have to unpack it with PowerPacker , spell check it with
  232.  Word Power and then re-pack it if necessary.
  233.  
  234.  
  235.  Anyway , once you have selected a text file it will be loaded into memory
  236.  and will be processed ready for being displayed. You will then see the first
  237.  page of your file. 
  238.  
  239.  Working from the top each word that is unknown to your dictionary will be
  240.  highlighted (if option selected) and mentioned at the bottom of the screen.
  241.  The options now available to you for this word are:-
  242.  
  243.            Ignore - totally ignores the word and all repetitions of this word.
  244.                     Click on IGNORE box or just press LEFT mouse button.
  245.  
  246.          Add word - this adds the current word to your dictionary.
  247.                     Click on ADD WORD box or just press RIGHT mouse button.
  248.  
  249.       Suggestions - this will give you a list of possible suggestions for the
  250.                     word you meant to have put , click left button on UP and
  251.                     DOWN boxes to move up and down the list if there are more
  252.                     than three suggestions. Click on a suggestion to replace
  253.                     the current word with the suggestion.
  254.  
  255.                     The word is also displayed above the suggestions ,
  256.                     clicking the left button on this will let you enter the
  257.                     correct word if it is not one of the suggestions.
  258.  
  259.                     If you have changed the current word or you don't wish to
  260.                     change the current word then you can continue by clicking
  261.                     on the IGNORE and ADD WORD boxes.
  262.  
  263.                     (PLEASE NOTE : if you replace the current word with a
  264.                      suggestion , selecting ADD WORD will add the word that
  265.                      you have replaced , the one displayed at the bottom of
  266.                      the screen.)
  267.  
  268.  Cancel spell     - Clicking this box or pressing "ESCAPE" will end spell
  269.  check              checking. Cancelling spell checking while in the middle
  270.                     of a document does not unspell check the words you have
  271.                     already spell checked.
  272.  
  273.   
  274.  
  275.  When you have spell checked one page then you will move on to the next and so
  276.  on until you have spell checked the complete document or you decide to
  277.  cancel the spell check.
  278.  
  279.  When you finish spell checking you have the option to either :-
  280.  
  281.       - Save the spell checked document (There is a delay while the document
  282.         is re-processed.)
  283.  
  284.       - Ignore the spell checking (This ignores any changes you have made to
  285.         the document , but any words that have been added to the dictionary
  286.         are NOT removed , and all ignored words are still remembered unless
  287.         you have set this OPTION otherwise.)
  288.  
  289.  
  290.  
  291.  [3] Teach sentence
  292. ~~~~~~~~~~~~~~~~~~~~
  293.  
  294.     This allows you to teach the dictionary a sentence of words.
  295.  
  296.  Simply type in a line of words with spaces and each word will be spell
  297.  checked. There are only two options you can choose for each word , those
  298.  being :-
  299.            Ignore word & Add word to dictionary.
  300.  
  301.  
  302.  [4] Solve crossword
  303. ~~~~~~~~~~~~~~~~~~~~~
  304.  
  305.     If you are keen on crosswords then this option is for you.
  306.  
  307.  Enter the word you wish to find , but replace any letters that you do not
  308.  know with question marks (?) (i.e   ??s?? will find all five letter words
  309.  which have the letter "s" as the third letter eg. RESET , LISTS etc.)
  310.  
  311.  If you enter just question marks ie ???????? then upto 100 words will be
  312.  found that contain this number of letters.
  313.  
  314.  After each : solve crossword you have the choice to try another or return
  315.  to the main menu.
  316.  
  317.  
  318.  [5] Solve anagram
  319. ~~~~~~~~~~~~~~~~~~~
  320.  
  321.     This option solves anagrams.(surprise , surprise !)
  322.  
  323.  Enter the word you wish to find all the anagrams of and then wait a few
  324.  seconds before all the anagrams of the word you have entered will be found.
  325.  (i.e  "kids" is an anagram of "disk" , it uses the same letters , and the
  326.   same number of each letter.)
  327.  
  328.  After each you can try again or return to main menu.
  329.  
  330.  
  331.  [6] Word analysis
  332. ~~~~~~~~~~~~~~~~~~~
  333.  
  334.     This sounds rather technical , but it isn`t really. This option is not
  335.  very useful , but is just a nice addition and is especially fun to use if
  336.  you are creating your own dictionary.
  337.  
  338.  All it does is draw a bar chart showing the number of words containing ??
  339.  letters in the loaded dictionary. Any words that are more than twenty letters
  340.  in length are put into the 20 letter category , not that I can think of
  341.  many words containing more 20 letters.
  342.  
  343.  
  344.  [7] Edit dictionary
  345. ~~~~~~~~~~~~~~~~~~~~~
  346.  
  347.     This allows you to delete a word from your dictionary that you have
  348.  accepted by mistake. You must enter the word with question marks in the place
  349.  of the unknown letters. Or at the very least a number of question marks (?)
  350.  that matches the number of letters in the word (although , there is a limit
  351.  of 100 words that can be displayed ,so the more letters you know the better)
  352.  
  353.  All the above does is displays the words like the one you have entered so
  354.  you can see if bad word exists. If you already know the word or you have
  355.  just found it by using the above process , then you can enter the word to
  356.  be deleted. If you don`t wish to delete a word then just press [RETURN] when
  357.  you are asked for the word to delete.
  358.  
  359.  
  360.  [8] Save dictionary
  361. ~~~~~~~~~~~~~~~~~~~~~
  362.  
  363.      Save your dictionary under the default filename which can be changed
  364.  from the OPTIONS option (!!??!!) off the main menu.  Saving your dictionary
  365.  regularly is a good idea , because if you get a SOFTWARE ERROR then all the
  366.  words you have just taught your dictionary will be lost.
  367.  
  368.  
  369.  [9] Quit
  370. ~~~~~~~~~~
  371.  
  372.      Before you quit you get the option to save your dictionary , and are
  373.  asked if you really wish to quit and then you are returned back to the
  374.  place from which you ran Word Power - Cli , Workbench etc.
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  Disclaimer
  381. ~~~~~~~~~~~~
  382.  
  383.      I (Steven Rennocks) accept no responsiblity for any accidents or
  384.  otherwise that you have while using this program. Use it at your own risk!
  385.  
  386.  The DICTIONARY
  387. ~~~~~~~~~~~~~~~~
  388.  
  389.      There is quite a small dictionary provided with Word Power a few thousand
  390.  words to get you started , but if you want to have some real fun then create
  391.  your own dictionary from scratch , and watch and gasp in awe and excitment
  392.  (well perhaps not) as you watch it grow from being a pathetic excuse for a
  393.  dictionary to a massive , powerful dictionary that knows more words than any
  394.  human being has in their vocabulary!
  395.  
  396.  
  397.  
  398.  If you have created a dictionary for Word-Power that contains quite a
  399.  reasonable number of words (ie. 10,000 +) and you would like to help any
  400.  other Word-Power owners out as well as receive credit for the dictionary and
  401.  gain something out of it , then send your Word-Power dictionary to me and
  402.  I will either include it with future versions of Word Power or release it
  403.  into public domain.
  404.     You will of course if I use your dictionary receive full credit for it as
  405.  well as a free utility disk containing over 60 great utilities.
  406.  
  407.  
  408.  
  409.  Mind your language !
  410. ~~~~~~~~~~~~~~~~~~~~~~
  411.  
  412.  Of course , you don't have to just teach Word Power English what about
  413.  Welsh , French , German , Spainish , Italian  etc.   Word Power will cope with
  414.  most languages except for languages such as Russian , Japanese etc.
  415.  
  416.  Okay , so all of the instructions are in English , but if either you or
  417.  someone else in you family is bi-lingual then you shouldn't have too many
  418.  problems in teaching Word Power a foreign language.
  419.  
  420.  If you have a dictionary created on Word Power in another language then I
  421.  would be happy to see it , just send me the disk with the language on
  422.  (I will return it the day or day after I receive it). If you give permission
  423.  or would like to do it yourself then the disk could be released into
  424.  Public Domain , or possibly stocked by Deja Vu software suppliers.
  425.  
  426.  
  427.  
  428.  WHY IS WORD-POWER SHAREWARE ?
  429. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  430.  
  431.   A small dictionary is already on this disk with Word-Power , but , it is
  432.  by no means feasible for spell checking documents that use anything other
  433.  than the most basic of English. The solution : for a small registration fee
  434.  of 2.00 I will send you a 5 000 word plus English dictionary disk.
  435.  
  436.  Once you have this disk you can return this disk to me and I will update it
  437.  with an even larger dictionary as the words in my main dictionary grow , 
  438.  free of charge.
  439.  
  440.  Also , included for this extremely low shareware fee and considering the
  441.  cost of putting the dictionary together , I will contact you as I produce
  442.  updates of the main Word Power program.
  443.  
  444. ~~~~~~~~~~~~~~
  445. ~~~~~~~~~~~~~
  446.  COMPETITION
  447. ~~~~~~~~~~~~~
  448. ~~~~~~~~~~~~~~
  449.  
  450.     The first ten people starting from the 1st February 1992 to send me
  451.  English dictionaries with over 10 000 words will receive a free utility
  452.  disk and with your permission the largest of these dictionaries will be
  453.  distributed by me as the standard Word-Power dictionary and you will receive
  454.  full credit and acknowledgement as well as some extra benefits from it.
  455.  
  456.  
  457.  
  458.  
  459.   Please send all registration fees , competition enteries etc. to
  460.   (Please make all cheques/postal orders made payable to S.Rennocks)
  461.  
  462.  
  463.                            Steven Rennocks,
  464.                            1 Cherrington Drive,
  465.                            Great Wyrley,
  466.                            Walsall,
  467.                            West Midlands,
  468.                            England.
  469.                            WS6 6NE.
  470.  
  471.  
  472.  
  473.  
  474.  Details about AMIVISION SOFTWARE
  475. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  476.  
  477.  Amivision software is not a company , but a group of very talented Amiga
  478.  enthusiasts. The group currently consists of :-
  479.  
  480.                     S.Rennocks (Main programmer & manager)
  481.  
  482.                     L.Poole (Musician & designer)
  483.  
  484.                     D.Rennocks (Play tester)
  485.  
  486.                     J.Carr (Play tester)
  487.  
  488.                     L.Geary (Odd jobs)
  489.  
  490.  Amivision software is always on the lookout for talented Amiga enthusiasts
  491.  who enjoy working as part of a team and have a talent in the following
  492.  fields :-
  493.  
  494.       Programming (Any language) , Music (Any Soundtracker type module) ,
  495.       Graphics (Any IFF compatible art package (i.e Dpaint III / IV etc.),
  496.       Sprite/bob design , animations.
  497.  
  498.  If you have a talent in one of these fields and you would like to be the
  499.  part of a team producing extremely high quality and notable Amiga software
  500.  then contact me (S.Rennocks see address at end)
  501.  All work will be fully acknowledged and fame could come your way if your
  502.  work is recognised by magazine writers etc.
  503.  
  504.  
  505.  Steven Rennocks (me)
  506. ~~~~~~~~~~~~~~~~~~~~~~
  507.  
  508.  Word Power is just one of hundreds of programs that I have written using
  509.  AMOS+compiler and many other languages including AmigaBasic! & C.
  510.  
  511.  I enjoy producing commercial quality productivity software , such as
  512.  
  513.  PowerBase , Power-Planner & Word Power
  514.  
  515.  I mainly write all of my products including Formula One Challenge ,PowerBase,
  516.  Power-Planner,Word Power for my own use because no commercial title is
  517.  available that suites my needs or if it is, it costs an awful lot more than
  518.  I a poor penniless student can afford.
  519.  
  520.  At the time of writing this I am 17 and studying my `A` levels , but I
  521.  will continue to produce quality software for the Amiga , but at a slightly
  522.  slower rate due to the work load of `A` levels.
  523.  
  524.  I would gratefully consider any offers of work (freelance , part time etc.),
  525.  if anyone likes the programs that I have produced.
  526.  
  527.  
  528.  
  529.  
  530.  Other Great Amivision products to watch out for
  531. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  532.  
  533.  Formula One Challenge - An extremely addictive four player formula one
  534.                          management game.
  535.                          (Licensed to Deja Vu Professional Software LPD 44)
  536.  
  537.  
  538.  PowerBase V2.00       - A commercial quality database that will cope with
  539.                          many thousands of records (10,000 with 1MB).
  540.                          (Licensed to Deja Vu Professional Software)
  541.  
  542.                        - (V2.10 only available directly from me for 5.00.)
  543.  
  544.                        - (P.D demo version widely available or available
  545.                           for just 1.00 from me.)
  546.  
  547.  
  548.  Power-Planner V1.0    - An appointment manager & telephone directory utility.
  549.                          (Licensed to Deja Vu Software)                       
  550.  
  551.  
  552.  Spectra (December)    - A fabulously addictive brain splitting puzzle game.
  553.  
  554.                          
  555.  All-Square (December) - A simple two player puzzle game that requires great
  556.                          coordination and brain work to complete.
  557.  
  558.  
  559.  The Spelling Machine  - An educational spelling program for children aged
  560.  (October)               from 4 to 12.
  561.  
  562.  
  563.  
  564.  Amivision mega utility disks - currently available 1-9 (Sept 91)
  565.  (Public domain)       - Compacted disks containing a wide variety of high
  566.                          quality utilities including virus checkers , 
  567.                          disk copiers , text editors , games , dos utilities
  568.                          etc. etc. etc. etc.
  569.  
  570.                          Some mega utility disks contain at least 70 programs!
  571.  
  572.  
  573.  Some projects that are being considered for production at the moment are:-
  574. -----------------------------------------------------------------------------
  575.  
  576.  League manager - An extremely well presented & addictive football management
  577.                   simulation.
  578.  
  579.  Railroad Madness - An addictive puzzle game (no more details at this point)
  580.  
  581.  PowerBase Professional - An even more powerful version of PowerBase!
  582.                           (May be commercially released.)
  583.  
  584.  Audio Power - The fourth in the POWER range of application/utility software
  585.                from Amivision Software.
  586.                - A sample effects program.
  587.                 
  588.  Amivision mega utility disk #10 - (Now in production) - Coming soon.
  589.  (Public domain)
  590.  
  591.  
  592.  Details
  593. ~~~~~~~~~
  594.  
  595.  If you have any problems in obtaining any of Amivision licensed software :-
  596.  
  597.  Formula One Challenge , PowerBase V2.00 , Power-Planner V1.0 , Word Power
  598.  
  599.  then contact Sandra Sharkey on (0942) 495261
  600.  
  601.  
  602.  
  603.  If you have any problems / suggestions etc. for any of Amivision software`s
  604.  programs then contact me and I will reply to all letters.
  605.  
  606.  
  607.  Send all Amivision Software correspondence to :-
  608.  
  609.                                                       --A------------
  610.                       Steven Rennocks,                | M           |
  611.                       1 Cherrington Drive,            | I       1   |
  612.                       Great Wyrley,                   | V   1 9 9 1 |
  613.                       Walsall,                        | I       9   |
  614.                       West Midlands,                  | S       1   |
  615.                       WS6 6NE.                        | I           |
  616.                                                       S O F T W A R E
  617.                                                       --N------------
  618.  
  619.  
  620.  
  621.  
  622.  
  623. That`s all folks.
  624.